go.pact.im/x/clock.eventTicker.t (field)

5 uses

	go.pact.im/x/clock (current package)
		ticker.go#L59: 	t Timer
		ticker.go#L74: 		t:      c.Timer(d),
		ticker.go#L110: 	timer := t.t
		ticker.go#L160: 	if t.t.Stop() {
		ticker.go#L163: 	<-t.t.C()